Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Feb 15, 2009, 9:35:46 PM (15 years ago)
- Author:
-
QuLogic
- Comment:
-
I keep forgetting how this version works...
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
53 | 53 | Use `purple_home_dir()`. You should ''not'' use `g_get_home_dir()` or `getenv("HOME")`. |
54 | 54 | |
| 55 | === What is the versioning scheme? === |
| 56 | There are three fields in the version: `major.minor.micro`. |
| 57 | * If the `major` is changing, you can break plugins. That means both forward- and backward- compatibility. API can be added or removed or whatever you like. |
| 58 | * If only the `minor` is changing, you can break forward compatibility only. You may add API, but you can't remove it. You can mark API as deprecated instead. |
| 59 | * If only the `micro` is changing, you can't break the API at all. |
| 60 | |
55 | 61 | == Headers == |
56 | 62 | === Why is win32dep.h causing problems for me? === |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!